home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / jorj9606.zip / JORJPAK.EXE / OMEGA.DOC < prev    next >
Text File  |  1996-03-17  |  5KB  |  86 lines

  1.  
  2.                    *    Jorj Dictionary Omega Edition    *
  3.      -----------------------------------------------------------------  
  4.      Jorj Software Co.                              (c) Copyright 1995
  5.      -----------------------------------------------------------------  
  6.  
  7.      COMMAND LINE SYNTAX WHEN INVOKING JORJ.
  8.        The command at the DOS prompt is:
  9.               Jorj [path] [c] [/[key]] [nd] [fd] [h] [=EQUL]
  10.              
  11.       The program can be invoked with any of the options shown in the
  12.       square brackets. They are separated by spaces except for `key'
  13.       which, if used, follows immediately after the slash (/).
  14.  
  15.     Path: The default DIRECTORY for the database file is \JORJ.
  16.           If invoked without this flag, then the program will look for
  17.           the database file `JORJ.DAT' in the directory \JORJ. Therefore
  18.           if jorj.dat is located in D:\TOM\stuff, then the call would be:
  19.           JORJ D:\TOM\stuff.  If the database file is stored in \JORJ of
  20.           the current drive then PATH is not needed.
  21.  
  22.  
  23.   C-Flag: The default value for screen color is BLUE. This may be changed
  24.           with the C-flag.  The valid alternative colors are as follows:
  25.           B (Black) T (Tan) R (Red) and M (Monochrome).  In the example
  26.           above, the screen would be blue.  To change this to TAN, the
  27.           call would be: JORJ D:\TOM\stuff t
  28.  
  29.    /Key: The program is made memory-resident by adding the / (slash) flag
  30.          when invoking JORJ.  This flag may be followed by one or more
  31.          characters to define the key combination to use as a HotKey. 
  32.          The slash alone will use the default HotKey as will any invalid
  33.          HotKey combination request.  The default HotKey is the LeftShift
  34.          and Control key combination.  Therefore the command: JORJ / is
  35.          the same as jorj /CL.  The special key characters that may follow
  36.          the slash are: C A R and L. These have the following meanings:
  37.               C=<CNTRL>  A=<ALT>  R=<RightShift>  L=<LeftShift>. 
  38.  
  39.          Restating the above example, if we used the command:
  40.          "JORJ D:\TOM\stuff t /", the result would be the same but the
  41.          program would be made memory-resident ane would be called up with
  42.          the default HotKey.  To change the above example to use HotKey
  43.          <ALT><RightShift>, the call would be: JORJ D:\TOM\STUFF T /AR
  44.              
  45.  
  46.      Nd: The nd-flag has the form: `nx', where x is any number 1 to 9.
  47.          Use this flag to include a numeric digit in your HotKey. 
  48.          To re-do the above example with the HotKey <ALT><CNTRL>9, the
  49.          command is: JORJ D:\TOM\STUFF T /AC N9
  50.  
  51.     Fd:  The fd-flag has the form: `fx', where x is any number 1 to 9.
  52.          Use this flag to include a function key in your HotKey.  To
  53.          re-do the above example with the HotKey <ALT>f5, the command
  54.          would be: JORJ D:\TOM\STUFF T /A F5.  To load Jorj as a TSR
  55.          with all defaults except for the HotKey, which you want as:
  56.           <CNTRL><ALT><LeftShift>f1, then use: JORJ /CAL f1.
  57.  
  58.   H-Flag: Locate the display window high on the screen. Default is low.
  59.  
  60.   EQUL:  After JORJ is loaded as a TSR, you are returned to the DOS prompt.
  61.          This is not desirable if you load JORJ from a batch file and ad-
  62.          ditional commands follow the one that loads JORJ.  In such sit-
  63.          uations, the EQUL option is useful.  EQUL is the name of the
  64.          program or batch file to be executed after JORJ is made resident. 
  65.          The name is preceded by an `=' sign.  If we wished to have JORJ
  66.          memory-resident when we run the program DIALOG and do the calls
  67.          from the batch file ONCALL.BAT, then the example above becomes a
  68.          line in ONCALL.BAT that looks like this: JORJ /CAL f1 =DIALOG
  69.          This would invoke the DIALOG program and have JORJ Ram-resident. 
  70.          Upon terminating the program DIALOG, JORJ would be removed from
  71.          memory, because its lifespan will be tied to that of DIALOG.  To
  72.          do this at start-up, the final line of the Autoexec.bat file would
  73.          be: "ONCALL".
  74.  
  75.          When JORJ is removed from memory, the current directory is
  76.          restored to the directory from which it was originally loaded. 
  77.          You may therefore, wish to plant a CD command in the batch file
  78.          ahead of the line which loads JORJ as a TSR.
  79.  
  80.          The HotKey combination must consist of at least two keys.  Either
  81.          nd-flag or fd-flag may be used but not both.  <Shift> Nx is not a
  82.          valid HotKey as that would make the corresponding shifted number
  83.          an unusable character.
  84.  
  85.        Additional information is contained in file: "NOTES.TXT".
  86.